home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global knot, latch, returnframe, stay
- set returnframe to 0
- if stay = 1 then
- go(the frame)
- exit
- end if
- puppetSound(0)
- set knot to 0
- set latch to 0
- if count(the windowList) > 0 then
- forget(window "pagebar")
- end if
- end
-